ocr: The Exception Section An English-like Translation EXCEPTION Ifthe NO DATA FOUND exception WHEN NO DATA FOUND was raised, then execute the first set of THEN statements. executable statementst; WHEN payment overdue Ifthe payment 15 overdue, then execute THEN the second set of statements. executable, statements2; WHEN OTHERS Ifa any other exception was encountered, THEN then execute the third set of statements. executable statements3; END;